projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4427945
)
Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 21 Apr 2004 19:13:00 +0000
(19:13 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 21 Apr 2004 19:13:00 +0000
(19:13 +0000)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index 224fd366a41dadf6ac032c7c265fa8cdab7447d2..07c361fc054cdcce8963e029c1bfcb911302ab1f 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-3716,8
+3716,7
@@
being undefined will be suppressed."
(byte-defop-compiler-1 with-no-warnings byte-compile-no-warnings)
(defun byte-compile-no-warnings (form)
(let (byte-compile-warnings)
- (setcar form 'progn)
- (byte-compile-form form)))
+ (byte-compile-form (cons 'progn (cdr form)))))
\f
;;; tags